home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / chescom.zip / UPLOADZ.BAT < prev   
DOS Batch File  |  1991-07-12  |  738b  |  31 lines

  1. echo off
  2. if `%1==` goto NoFile
  3. if exist %1 goto Start
  4.  
  5. :NotFound
  6.   echo .
  7.   echo   Oops.... %1 was NOT FOUND !!   Nothing UPLOADed....
  8.   echo .
  9.   goto AllDone
  10.  
  11. :NoFile
  12.   echo .
  13.   echo   To Upload a file with this BAT file, you MUST supply the name
  14.   echo   of the file you want to upload.  (ie:  UPLOADZ C:\MYFILE.ZIP)
  15.   echo .
  16.   goto AllDone
  17.  
  18. :Start
  19.   echo .
  20.   dsz handshake both pB4096 z sz %1
  21.   echo .
  22.   echo .
  23.   if errorlevel==1 echo Upload did NOT work...
  24.  
  25. :AllDone
  26.   echo .
  27.   echo   If you SHELLED out of ChessCOM, type EXIT to return to CHESSCOM.
  28.   echo   If this does not get you back into ChessCOM, then it is no longer
  29.   echo   in memory and you should type CHESSCOM to fire it up again.
  30.   echo .
  31.